home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Multimedia / MIDI / JUNO Librarian 1.1.7 / Sample Scripts / 19 Change DCO PWM LFO⁄MAN < prev    next >
Text File  |  1994-01-28  |  264b  |  13 lines

  1. tell application "JUNO Librarian"
  2.     activate -- if needed
  3.     set x to Parameter 17 of Window "Sample"
  4.     set x to (round (x ÷ 2))
  5.     set x to x * 2
  6.     
  7.     -- select 1 of 2
  8.     --    set x to x + 0 -- LFO
  9.     set x to x + 1 -- MAN
  10.     
  11.     copy x to Parameter 17 of Window "Sample"
  12. end tell
  13.